home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / database / moviessh.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1996-09-06  |  611b  |  28 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO   You are about to copy the movies DOCS to your printer, and print them.
  6. echo.
  7. echo   Make sure that your printer is on, and that you have a good supply of
  8. echo.
  9. echo   paper installed in it.  Then just press the ENTER key to continue.
  10. echo.
  11. echo   Please note that the pages of the DOCS are NOT numbered, so keep them
  12. echo.
  13. echo   in order, or stapled together, after printing.
  14. echo.
  15. echo   If you are ready to print then:
  16. pause
  17. cls
  18. echo.
  19. echo.
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo                           PRINTING IN PROCESS!
  27. COPY MOVIES.DOC PRN
  28.